projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4650f7e
)
Adwaita: Small improvement for dropdown
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 9 Aug 2020 19:43:46 +0000
(15:43 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 9 Aug 2020 19:43:46 +0000
(15:43 -0400)
Put some space between the arrow and the text.
This was noticable in the new listbox2 demo.
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index deeaed97f9d75407ce797e076ca810f96121ad76..cb4ba3968080719ac379bf01b6017c1782cefc76 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-1197,6
+1197,10
@@
spinbutton {
**************/
dropdown > popover.menu.background > contents { padding: 0; } //allow search entries with no margin
+dropdown > button > box {
+ border-spacing: 6px;
+}
+
dropdown,
combobox {
arrow {